home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10374 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: Wayne Smith <fj89@dial.pipex.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Help with key press events in BC OWL
  5. Date: 7 Mar 1996 16:35:04 GMT
  6. Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
  7. Message-ID: <4hn37o$f5v@soap.news.pipex.net>
  8. NNTP-Posting-Host: ai037.du.pipex.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
  13.  
  14. Can anyone tell me why my OWL application which has a response table, will call 
  15. handlers for mouse button down, mouse move etc, but not any of the handlers for key 
  16. presses eg WM_CHAR WM_SYSKEYDOWN etc. I have correctly included the EV_ macros in the 
  17. response table. I have set up a test application which has a TDialog as the main 
  18. window, with two buttons ok/cancel and tried EV_WM_CHAR, EV_WM_SYSKEYDOWN, 
  19. EV_WM_KEYDOWn in it, also to no avail, whilst the mouse handlers work fine.
  20.  
  21.  
  22. E-Mail thoughts and suggestions appreciated
  23. Thanks in advance
  24.  
  25. Wayne
  26.  
  27.